home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 60
/
IOPROG_60.ISO
/
soft
/
c++
/
gsl-1.1.1-setup.exe
/
{app}
/
src
/
integration
/
reset.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-07-02
|
220 b
|
10 lines
static inline void
reset_nrmax (gsl_integration_workspace * workspace);
static inline void
reset_nrmax (gsl_integration_workspace * workspace)
{
workspace->nrmax = 0;
workspace->i = workspace->order[0] ;
}